home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_015 / polydraw / installationguide next >
Text File  |  1992-05-06  |  2KB  |  49 lines

  1. This distribution requires components from the Workbench and
  2. Extras (AbasiC) disks to build a bootable disk containing Polydraw and
  3. Polyfractals.  The following instructions should be sufficient to build
  4. a bootable disk assuming a system with two disk drives.  Other 
  5. configurations must be custom built.
  6.  
  7. Lines that begin with "1>" are lines that are to be entered as commands.
  8. Lines that begin with "#" are comments about the "1>" lines.
  9.  
  10. # Clone a standard Workbench disk.  After booting and escaping to a CLI
  11. # window, type the following command, then insert the Workbench in df0:
  12. # (if not already there) and a blank disk in df1:
  13.  
  14. 1> diskcopy df0: to df1:
  15.  
  16. # Relabel the newly cloned disk so they can be distinquished.
  17.  
  18. 1> relabel df1: Polydraw
  19.  
  20. # Chuck the pieces from the new disk that are not necessary.
  21.  
  22. 1> delete Polydraw:Clock#?
  23. 1> delete Polydraw:Preferences#?
  24. 1> delete Polydraw:Empty#? all
  25. 1> delete Polydraw:Demos#? all
  26. 1> delete Polydraw:Utilities#? all
  27. 1> delete Polydraw:System#? all
  28. 1> delete Polydraw:Trashcan#? all
  29.  
  30. # Now overlay the AbasiC stuff from the Extras disk.  My current version
  31. # of the original Extras disk contains only a half dozen or so files, related
  32. # to AbasiC.
  33.  
  34. 1> copy Extras: Polydraw: all
  35.  
  36. # Now overlay the Polydraw and Polyfractals files from the Freely
  37. # Redistributable Library disk.  Note that all the contents of the
  38. # Polydraw and Polyfractals directories on the library disk are
  39. # copied to the new disk.
  40.  
  41. 1> copy AmigaLibDisk15:Polydraw Polydraw: all
  42. 1> copy AmigaLibDisk15:Polyfractals Polydraw: all
  43.  
  44. You should now have a bootable Polydraw disk.
  45.  
  46. Enjoy!
  47.  
  48. -Fred
  49.